home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Transportation / InventorLabs - Transportation.iso / mac / Builders / media / netacess / hminet.dir / 00001_Script_1 next >
Text File  |  1997-04-04  |  244b  |  16 lines

  1. on StartMovie
  2.   openXlib  the moviepath & "xcmd:Inetobj"
  3.   installMenu 8
  4. end
  5.  
  6. on StopMovie
  7.   global WebBrowser
  8.   
  9.   if objectP(WebBrowser) then
  10.     WebBrowser(mDispose)
  11.   end if
  12.   
  13.   closeXlib the moviepath & "xcmd:Inetobj"
  14. end
  15.  
  16.